home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / DEMO / DUKENUKE.BAT < prev    next >
DOS Batch File  |  1992-02-02  |  314b  |  15 lines

  1. @echo off
  2. cls
  3. echo This is an spectacular EGA arcade/adventure game.  Start the game then
  4. echo press ENTER.  Press P to start the demo.  This game will require a lot
  5. echo of free memory.
  6. echo.
  7. echo Press any key to continue or...
  8. echo Press CTRL-C to cancel.
  9. echo.
  10. pause >nul
  11.  
  12. cd duke1
  13. call dn1
  14. cd..
  15.